mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
The release behavior isn't used yet, but I'm working on pre-allocating laser codes for front lines and flights to make it easier for players to pick the laser codes for their weapons.
4 lines
133 B
Python
4 lines
133 B
Python
from .ilasercoderegistry import ILaserCodeRegistry
|
|
from .lasercode import LaserCode
|
|
from .lasercoderegistry import LaserCodeRegistry
|