Example #1
0
 public static uint Write(object argument, IDefinitionWriter writer)
 {
     writer.WriteTweakDBId((string)argument);
     return(8);
 }