added ping
This commit is contained in:
parent
8a574db360
commit
3b429d7dd4
3 changed files with 21 additions and 3 deletions
|
@ -7,7 +7,7 @@ class GGSNetwork
|
|||
|
||||
public
|
||||
|
||||
attr_accessor :delegate
|
||||
attr_accessor :delegate, :player_token
|
||||
|
||||
def initialize(delegate, table_token="")
|
||||
@table_token = table_token
|
||||
|
|
Reference in a new issue