mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 11:14:23 +00:00
Introduce MOD_HEADER in all modules. impact modules.py, definition.py, unreal6 protocol.
This commit is contained in:
@@ -12,12 +12,12 @@ class Test(IModule):
|
||||
param_exemple1: str
|
||||
param_exemple2: int
|
||||
|
||||
MOD_HEADER: set[str] = {
|
||||
'Test',
|
||||
'1.0.0',
|
||||
'The test module',
|
||||
'Defender Team',
|
||||
'Defender-6'
|
||||
MOD_HEADER: dict[str, str] = {
|
||||
'name':'Test',
|
||||
'version':'1.0.0',
|
||||
'description':'The test module',
|
||||
'author':'Defender Team',
|
||||
'core_version':'Defender-6'
|
||||
}
|
||||
|
||||
def create_tables(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user