První 3 monstra z plánovaných pěti. Kompletní pathfinding i zrcadlení do clienta. Útoky implementované nejsou. Lurk a Neko jsou hardcoded aby útočili na P1.
This commit is contained in:
parent
4484b127c5
commit
9bfe63a166
27 changed files with 772 additions and 47 deletions
11
GlobalClassLib/EnemyType.cs
Normal file
11
GlobalClassLib/EnemyType.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using System.Diagnostics.Contracts;
|
||||
|
||||
namespace GlobalClassLib;
|
||||
|
||||
public enum EnemyType {
|
||||
LURK,
|
||||
NEKO,
|
||||
SPOT,
|
||||
DASH,
|
||||
MARE
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue