Exemple #1
0
        public void UseTeamLeader(global::BuldingSystem.Home home)
        {
            if (home == null)
            {
                throw new ArgumentNullException(nameof(home));
            }

            throw new NotImplementedException();
        }
Exemple #2
0
 public void UseOneWorkman(global::BuldingSystem.Home home)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public void UseTeamLeader(global::BuldingSystem.Home home)
 {
     throw new NotImplementedException();
 }