Skip to content

Instantly share code, notes, and snippets.

@godrm
Created November 8, 2020 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save godrm/acbb910d87f33b0ba8745a2c9cde408a to your computer and use it in GitHub Desktop.
Save godrm/acbb910d87f33b0ba8745a2c9cde408a to your computer and use it in GitHub Desktop.
PlayerRefreshController UIActor 클래스
@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