rj-action-library/Runtime/Events/Null.cs

15 lines
203 B
C#

using System.Collections;
using System.Collections.Generic;
using System.Text;
using System;
using System.Linq;
namespace Rokojori
{
public class Null
{
private Null(){}
}
}