Inheritance: Engine.World
示例#1
0
 public GameWorld()
 {
     instance = this;
 }
示例#2
0
        /// <summary>Overridden from <see cref="Engine.EntitySystem.Entity.OnDestroy()"/>.</summary>
        protected override void OnDestroy()
        {
            base.OnDestroy();

            instance = null;
        }
示例#3
0
        /// <summary>Overridden from <see cref="Engine.EntitySystem.Entity.OnDestroy()"/>.</summary>
        protected override void OnDestroy()
        {
            base.OnDestroy();

            instance = null;
        }
示例#4
0
 public GameWorld()
 {
     instance = this;
 }