예제 #1
0
 public t FindVariable <t>(VariableTag tag) where t : RtsVariable
 {
     return(Variables.FindByTag <t>(tag));
 }