Checkpoint initial implementation
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Class ############################################################################################
|
||||
|
||||
class ConfiguredFeature:
|
||||
|
||||
def __init__(self, gameId:str):
|
||||
self.gameId = gameId
|
||||
Reference in New Issue
Block a user