6 lines
125 B
C#
6 lines
125 B
C#
public static class Constants
|
|
{
|
|
public readonly static Vector3
|
|
TOPDOWN_CAMERA_POSITION = new Vector3(0f, 0f, 280f);
|
|
}
|