DungeonMasterEngine.DungeonContent.Actuators.Floor.PartDirectionConstrain.PartDirectionConstrain C# (CSharp) 메소드

PartDirectionConstrain() 공개 메소드

public PartDirectionConstrain ( MapDirection acceptDirection ) : DungeonMasterEngine.Interfaces
acceptDirection MapDirection
리턴 DungeonMasterEngine.Interfaces
        public PartDirectionConstrain(MapDirection acceptDirection)
        {
            AcceptDirection = acceptDirection;
        }