コード例 #1
0
ファイル: World_Injected.cs プロジェクト: yimengfan/USharp
 public APlayerController GetFirstPlayerController()
 {
     return(GCHelper.Find <APlayerController>(Native_UWorld.GetFirstPlayerController(Address)));
 }