mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-02 04:38:15 +00:00
CogSample: const and typo fix
This commit is contained in:
@@ -25,9 +25,9 @@ class ACogSamplePlayerController
|
||||
|
||||
public:
|
||||
|
||||
static const ACogSamplePlayerController* GetFirstLocalPlayerControllerConst(UObject* WorldContextObject);
|
||||
static const ACogSamplePlayerController* GetFirstLocalPlayerControllerConst(const UObject* WorldContextObject);
|
||||
|
||||
static ACogSamplePlayerController* GetFirstLocalPlayerController(UObject* WorldContextObject);
|
||||
static ACogSamplePlayerController* GetFirstLocalPlayerController(const UObject* WorldContextObject);
|
||||
|
||||
ACogSamplePlayerController();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user