public t FindVariable <t>(VariableTag tag) where t : RtsVariable { return(Variables.FindByTag <t>(tag)); }