Battle_Script_Pro.CompiledStrings.CompiledStrings C# (CSharp) Method

CompiledStrings() public method

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