use gdnative::prelude::*; mod stateserver; fn init(handle: InitHandle) { handle.add_class::(); } godot_init!(init);