add project files
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace OHM.UnityToolkit
|
||||
{
|
||||
public struct RandomState
|
||||
{
|
||||
public readonly byte[] State;
|
||||
|
||||
public RandomState(byte[] state)
|
||||
{
|
||||
this = default(RandomState);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user