public static void smethod_1(Interface9 writer, Class69 subEntity) { string str = subEntity.imethod_2(writer.FileFormatVersion); writer.WriteString(str); subEntity.imethod_1(writer); }
public static Class69 smethod_0(Interface8 reader) { string key = reader.ReadString(); Class69.Delegate1 delegate1; if (!Class69.dictionary_0.TryGetValue(key, out delegate1)) { throw new Exception0("Not supported shader type : " + key); } Class69 class69 = delegate1(); class69.imethod_0(reader); return(class69); }