CNCMaps.Engine.Map.GameObject.GameObject C# (CSharp) 메소드

GameObject() 공개 메소드

public GameObject ( ) : System
리턴 System
        public GameObject()
        {
            Id = IdCounter++;
        }