Ejemplo n.º 1
0
 protected abstract void EndReloadScripts(MightyType mightyType, T attribute);
Ejemplo n.º 2
0
 public void EndReloadScripts(MightyType mightyType, BaseReloadScriptsAttribute baseAttribute) =>
 EndReloadScripts(mightyType, (T)baseAttribute);