コード例 #1
0
ファイル: AbstractActor.cs プロジェクト: marssuren/QFramework
 protected void DestroyCom(ICom wrap)
 {
     wrap.DestroyCom();
 }