Added deserializor and vehicle configuration

This commit is contained in:
2020-12-10 21:01:23 -07:00
parent d725372ffb
commit 3fee402da1
6 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
$HEADER$namespace $NAMESPACE$
{
public interface $INTERFACE$ {$END$}
}