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

15 lines
203 B
C#
Raw Normal View History

2024-05-04 08:26:16 +00:00
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System;
using System.Linq;
namespace Rokojori
{
public class Null
{
private Null(){}
}
}