Created
November 8, 2020 03:41
-
-
Save godrm/acbb910d87f33b0ba8745a2c9cde408a to your computer and use it in GitHub Desktop.
PlayerRefreshController UIActor 클래스
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@UIActor | |
class PlayerRefreshController { | |
var players: [String] = [] | |
var gameSession: GameSession | |
func refreshPlayers() async { ... } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment