Skip to content

Commit

Permalink
Generate UnitIdNum on save when set to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
KillzXGaming committed Dec 20, 2023
1 parent eb07345 commit 89e1cfb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ namespace TurboLibrary
{
public class ByamlSerialize
{
public static Random UnitIDRng = new Random(0x100);

public static void Deserialize(object section, dynamic value)
{
if (value is IList)
Expand Down

0 comments on commit 89e1cfb

Please sign in to comment.