- tweak: refactor funny
This commit is contained in:
6
Nebula.Shared/Utils/Ref.cs
Normal file
6
Nebula.Shared/Utils/Ref.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Nebula.Shared.Utils;
|
||||
|
||||
public class Ref<T>
|
||||
{
|
||||
public T Value = default!;
|
||||
}
|
||||
Reference in New Issue
Block a user