| MissionService.MissionService |
( |
| ) |
|
|
protected |
| abstract List<Mission> MissionService.GetList |
( |
| ) |
|
|
pure virtual |
| abstract List<Mission> MissionService.GetList |
( |
Type |
type | ) |
|
|
pure virtual |
| abstract Mission MissionService.GetOrCreate< T > |
( |
int |
id, |
|
|
params object[] |
args |
|
) |
| |
|
pure virtual |
Get a mission or create a new one if it doesn't exist yet.
- Parameters
-
| id | - mission id |
| args | - arguments according to the constructor of the type T |
Implemented in MissionServiceImpl.
| abstract void MissionService.ResetAll |
( |
| ) |
|
|
pure virtual |
| abstract bool MissionService.Update |
( |
Mission |
mission | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
- /Users/zefram/Documents/Mobile games/FlyingPiggy2DRunnerKit/Assets/FlyingPiggy2DRunner/Scripts/Game/Service/MissionService.cs