Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
EloMapLight.cs
Go to the documentation of this file.
1using UnityEngine;
2
3public class EloMapLight : EClass
4{
5 public SpriteRenderer sr;
6
7 public int gx;
8
9 public int gy;
10}
Definition: EClass.cs:5
SpriteRenderer sr
Definition: EloMapLight.cs:5