Inheritance: XCom.Interfaces.IXCImageFile
コード例 #1
0
 void loadedTypes_OnLoad(object sender, LoadOfType <IXCImageFile> .TypeLoadArgs e)
 {
     if (e.LoadedObj is xcCustom)
     {
         xcCustom = (xcCustom)e.LoadedObj;
     }
 }
コード例 #2
0
ファイル: _PckView.cs プロジェクト: pmprog/OpenXCOM.Tools
		void loadedTypes_OnLoad(object sender, LoadOfType<IXCImageFile>.TypeLoadArgs e)
		{
			if (e.LoadedObj is xcCustom)
				xcCustom = (xcCustom)e.LoadedObj;
		}