SharpQuake.texture_t.texture_t C# (CSharp) 메소드

texture_t() 공개 메소드

public texture_t ( ) : System
리턴 System
        public texture_t()
        {
            offsets = new int[BspFile.MIPLEVELS];
        }
texture_t