You've already forked Dpr-ScriptsOnly
mirror of
https://github.com/izzy2lost/Dpr-ScriptsOnly.git
synced 2026-03-10 11:49:05 -07:00
15 lines
223 B
C#
15 lines
223 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace Dpr.UI
|
|
{
|
|
public class BoxWindow
|
|
{
|
|
public static void CloseForce()
|
|
{
|
|
// TODO
|
|
}
|
|
}
|
|
|
|
} |