Skip to content

Commit 9ae6691

Browse files
committed
set CargoFlags to be a Flags enum
1 parent f531fc7 commit 9ae6691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dat/Objects/CargoObject.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
namespace OpenLoco.Dat.Objects
77
{
8+
[Flags]
89
public enum CargoObjectFlags : uint8_t
910
{
1011
None = 0,

0 commit comments

Comments
 (0)