A schema code generator for SequelNet. Takes a pseudo-script, and outputs a full C# code.
This little guys takes a "pseudo-script" and converts it to a full code of an AbstractRecord record for SequelNet.
You can override/extend almost anything in there, either in the script itself, or by defining a partial class and adding stuff.