Exemplo n.º 1
0
 public static void delListStaff(PersonDestinationMovement xx)
 {
     listStaff.Remove(xx);
 }
Exemplo n.º 2
0
 public static void addListStaff(PersonDestinationMovement xx)
 {
     listStaff.Add(xx);
     // Debug.Log("total list staf = "+ listStaff.Count);
 }