IVogel %!s(int64=2) %!d(string=hai) anos
pai
achega
253c1ec837
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      server-plugin/src/iluashared.rs

+ 1 - 1
server-plugin/src/iluashared.rs

@@ -15,7 +15,7 @@ pub enum LuaState {
 }
 
 #[has_vtable]
-#[derive(VTable)]
+#[derive(VTable, Debug)]
 pub struct ILuaShared {}
 
 #[allow(dead_code)]