Beispiel #1
0
 // Get Variable Object
 static public Variable GetVariable <T>(string key)
 {
     return(blackboard.GetVariable <T>(key));
 }