コード例 #1
0
ファイル: Pet.cs プロジェクト: mickeyfr33/cSharpTamagotchi
 public static void AttentionPet(Pet pet)
 {
     int attention = pet.GetAttention();
       pet.SetAttention(attention + 10);
 }