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

namespace XMainClient
{
	internal enum CropState
	{
		None,
		Disinsection,
		Watering,
		Fertilizer
	}
}