Skip to content

Commit

Permalink
Mark some enums as data model types
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytra committed Jul 14, 2024
1 parent 11157cb commit a04daad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Obsidian;

[DataModelType]
public enum ArithmeticMode
{
Addition,
Expand Down
1 change: 1 addition & 0 deletions ProjectObsidian/ProtoFlux/Strings/HMAC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace ProtoFlux.Runtimes.Execution.Nodes.Obsidian.Strings
{
[DataModelType]
public enum HashFunction
{
MD5,
Expand Down

0 comments on commit a04daad

Please sign in to comment.