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

IsNorthFrame() 공개 정적인 메소드

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