Battle_Script_Pro.CompiledStrings.CompiledStrings C# (CSharp) 메소드

CompiledStrings() 공개 메소드

public CompiledStrings ( int theTable, byte theCompiledStrings ) : System
theTable int
theCompiledStrings byte
리턴 System
        public CompiledStrings(int[] theTable, byte[] theCompiledStrings)
        {
            table = theTable;
            compiledStrings = theCompiledStrings;
        }
CompiledStrings