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

IsEastFrame() 공개 정적인 메소드

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

Same methods

DoorGenerator::IsEastFrame ( int x, int y, int z ) : bool