Skip to content

Instantly share code, notes, and snippets.

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