Modified a little bit of the documentation
This commit is contained in:
@ -36,6 +36,7 @@ class Expansion:
|
||||
Attributes:
|
||||
players (tuple of str):
|
||||
tags (tuple of flag):
|
||||
config: The config of the expansion. Can't be modified during execution.
|
||||
|
||||
Methods:
|
||||
step:
|
||||
@ -57,6 +58,10 @@ class Expansion:
|
||||
|
||||
@property
|
||||
def config(self):
|
||||
"""
|
||||
The config of the expansion.
|
||||
NOTE Can't be modified during execution.
|
||||
"""
|
||||
return copy.deepcopy(self._manager.config[self._ID]["config"])
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user