7 lines
160 B
C#
7 lines
160 B
C#
namespace SM64Lib.EventArguments;
|
|
|
|
public class PrepairingRomEventArgs : EventArgs
|
|
{
|
|
public IEnumerable<BaseTweakScriptInfo> ScriptInfos { get; set; }
|
|
}
|