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

namespace XMainClient
{
	public enum HomeFishingState
	{
		CAST,
		WAIT,
		WAITSERVER,
		PULL,
		GET
	}
}