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