Beispiel #1
0
        public PlayerEntity CreateEntity(WObject parent)
        {
            if (Entity != null)
            {
                return(Entity);
            }

            PlayerEntity pe = parent.AddOrGetModule <PlayerEntity>();

            pe.Identifier = GUID;
            this.Entity   = pe;

            return(pe);
        }