You've already forked taptap2024_GJ_chidouren
init
This commit is contained in:
19
Assets/Scripts/System/RandomPool/CommonNoneObject.cs
Normal file
19
Assets/Scripts/System/RandomPool/CommonNoneObject.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
|
||||
namespace Game.Data.CustomGroup
|
||||
{
|
||||
[Serializable]
|
||||
public class CommonNoneObject
|
||||
{
|
||||
public object Value;
|
||||
|
||||
public CommonNoneObject(object value)
|
||||
{
|
||||
Value = value;
|
||||
}
|
||||
|
||||
public CommonNoneObject()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user