riversong code showcase
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public enum EditToolValidationResult
|
||||
{
|
||||
Success,
|
||||
|
||||
BlockedTile,
|
||||
|
||||
CanOnlyBePlacedNearWater,
|
||||
|
||||
CanOnlyBePlacedOnFertileGround
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user