Description:
Add missing component and message.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -0,0 +1,17 | |||||
|
|
1 | using Encompass; | ||
|
|
2 | using System; | ||
|
|
3 | |||
|
|
4 | namespace isometricparkfna.Components { | ||
|
|
5 | public enum EntryPolicy { | ||
|
|
6 | Unspecified, | ||
|
|
7 | Free, | ||
|
|
8 | Donations, | ||
|
|
9 | EntryFee | ||
|
|
10 | } | ||
|
|
11 | |||
|
|
12 | public struct EntryPolicyComponent : IComponent { | ||
|
|
13 | public EntryPolicy PrimaryEntryPolicy; | ||
|
|
14 | public Decimal PrimaryEntryFee; | ||
|
|
15 | |||
|
|
16 | } | ||
|
|
17 | } |
You need to be logged in to leave comments.
Login now