CNCMaps.Engine.Map.GameObject.GameObject C# (CSharp) Method

GameObject() public method

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