Skip to content

Commit

Permalink
#64 #68 #67 add default runtime token
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 committed Jul 3, 2021
1 parent 058ba89 commit 25d285b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/mana.backend.ishtar.light/runtime/RuntimeToken.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ namespace ishtar
/// </summary>
public record RuntimeToken(uint Value)
{
public static readonly RuntimeToken Default = new (0);

public ushort ModuleID { get; }
public ushort ClassID { get; }

Expand Down

0 comments on commit 25d285b

Please sign in to comment.