11 lines
115 B
C#
11 lines
115 B
C#
using UnityEngine;
|
|
|
|
namespace Darkmatter.Core
|
|
{
|
|
public enum ZombieType
|
|
{
|
|
Fat,
|
|
slim
|
|
}
|
|
}
|