9 lines
98 B
C#
9 lines
98 B
C#
using UnityEngine;
|
|
|
|
namespace Passer.CreatureControl {
|
|
|
|
public class Food : Odorant
|
|
{
|
|
}
|
|
|
|
} |