Пример #1
0
 public Entity()
 {
     Tags  = new Dictionary <GameTag, int>();
     _info = new EntityInfo(this);
 }
		public Entity()
		{
			Tags = new Dictionary<GameTag, int>();
			_info = new EntityInfo(this);
		}