Laxley Grandfather Clock puzzle artwork done.
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
using BriarQueen.Data.Attributes;
|
||||
|
||||
namespace BriarQueen.Data.Identifiers
|
||||
{
|
||||
public enum ToolID
|
||||
{
|
||||
[DisplayName("Empty Hands")]
|
||||
None = 0,
|
||||
[DisplayName("Sharpened Knife")]
|
||||
Knife = 1,
|
||||
WaterBucket,
|
||||
[DisplayName("Water Goblet")]
|
||||
EndlessGoblet,
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user