DodongosQuest.AreaOfEffect.AreaOfEffect C# (CSharp) Méthode

AreaOfEffect() public méthode

public AreaOfEffect ( World world ) : System
world World
Résultat System
        public AreaOfEffect(World world)
        {
            affectedBaseIndices = new Dictionary<Vector2, double>();
            _affectedTileImage = ContentHelper.Content.Load<Texture2D>("SelectedTile");
            _world = world;
            DirectionFacing = Direction.West;
        }