コード例 #1
0
ファイル: LotroFishing.cs プロジェクト: lieblingek/CSharp
 public LotroFishing(pwnagebot.LotroInterface.LotroInterface interface_, MemoryReader reader_, int fishingPtr_)
 {
     this.e = interface_;
     this.f = (LotroInteract)interface_.Interact;
     this.d = reader_;
     this.g = fishingPtr_;
     this.i = -1;
 }
コード例 #2
0
ファイル: LotroInteract.cs プロジェクト: lieblingek/CSharp
 public LotroInteract(pwnagebot.LotroInterface.LotroInterface interface_)
 {
     this.a = interface_;
 }