spatialos-codegen 0.2.1

Codegen tool used with spatialos-macro and spatialos-sdk
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package io.nebulis;

component Mass {
    id = 404;
    double mass = 1;
}

component AstralBody {
    id = 403;
    double radius = 1;
}

component GravityPoint {
    id = 402;
}