Server.DoorGenerator.IsWestFrame C# (CSharp) 메소드

IsWestFrame() 공개 정적인 메소드

public static IsWestFrame ( int id ) : bool
id int
리턴 bool
		public static bool IsWestFrame( int id )
		{
			return IsFrame( id, m_WestFrames );
		}