// Token: 0x060000E2 RID: 226 RVA: 0x0000B288 File Offset: 0x00009488
 public static void Write(string filepath, ACCMaterialEx mate)
 {
     using (BinaryWriter binaryWriter = new BinaryWriter(File.OpenWrite(filepath)))
     {
         ACCMaterialEx.Write(binaryWriter, mate);
     }
 }