Ejemplo n.º 1
0
 public PluginWrapper(IPlugin plugin)
 {
     Plugin = plugin;
     TickDebugInformation   = new DebugInformation($"{Name} [P]", "plugin");
     RenderDebugInformation = new DebugInformation($"{Name} [R]", "plugin");
 }