Created
November 8, 2020 03:40
-
-
Save godrm/887eea9f6c44cccbf40f74c25887f670 to your computer and use it in GitHub Desktop.
PlayerRefreshController Actor 클래스
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
actor 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