Skip to content

Commit 40abc4d

Browse files
committed
deleting inuseless
1 parent 0fbe463 commit 40abc4d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

LiveIT2.1/Rabbit.cs

+1-9
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,7 @@ private void T_eat_tick( object sender, EventArgs e )
6868
this.Hunger -= 2;
6969
}
7070
}
71-
public override void Behavior()
72-
{
73-
base.Behavior();
74-
if (this.Hunger > 50)
75-
{
76-
77-
}
78-
79-
}
71+
8072

8173
}
8274
}

0 commit comments

Comments
 (0)