Exemple #1
0
 protected static VariableValue GetRoster(Trainer trainer) => VariableValue.Create(trainer.Roster);
Exemple #2
0
 protected static VariableValue GetInventory(Trainer trainer) => VariableValue.Create(trainer.Inventory);
Exemple #3
0
 protected static VariableValue GetName(Trainer trainer) => VariableValue.Create(trainer.Name);