Elin Decompiled Documentation EA 23.315 Nightly
Loading...
Searching...
No Matches
DramaInvokeFunc.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2
3public delegate bool DramaInvokeFunc(DramaManager dm, Dictionary<string, string> line, params string[] parameters);
delegate bool DramaInvokeFunc(DramaManager dm, Dictionary< string, string > line, params string[] parameters)