You've already forked Dpr-ScriptsOnly
mirror of
https://github.com/izzy2lost/Dpr-ScriptsOnly.git
synced 2026-03-10 11:49:05 -07:00
8 lines
200 B
C#
8 lines
200 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace SmartPoint.AssetAssistant
|
|
{
|
|
public delegate void RequestEventCallback(RequestEventType requestEventType, string name, UnityEngine.Object content);
|
|
}
|