BB.TypeHelper.ToNumber C# (CSharp) 메소드

ToNumber() 공개 정적인 메소드

public static ToNumber ( this thiz ) : int
thiz this
리턴 int
        public static int ToNumber(this WorldType thiz)
        {
            return (int)thiz;
        }