Seamless rework
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
@@ -23,5 +24,10 @@ namespace SeamlessClient.Utilities
|
||||
public virtual void Destroy() { }
|
||||
|
||||
|
||||
|
||||
public MethodInfo Get(Type type, string v)
|
||||
{
|
||||
return type.GetMethod(v, BindingFlags.Static | BindingFlags.Public | BindingFlags.NonPublic);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user