summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/PetSex.cs
blob: a78cfe326f263f2b54712387aa9ea4f5593d1f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
using System;

namespace XMainClient
{
	public enum PetSex
	{
		None,
		Boy,
		Girl
	}
}