This website works better with JavaScript
Home
Explore
Help
Sign In
civ13
/
civ14
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Tree:
72206e2e5b
Branches
Tags
feat/weather_changes_biome
glass
master
nomads_update_3
civ14
/
Content.Shared
/
Civ14
/
Farming
/
PloughActionType.cs
PloughActionType.cs
116 B
History
Raw
1
2
3
4
5
6
7
8
namespace Content.Shared.Farming
{
public enum PloughActionType
{
Plough,
ClearGrass
}
}