package game.ui; typedef CVar = { var name:String; var type:CVarType; var value:Dynamic; @:optional var callback:Void -> Void; };