mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-02-18 19:32:36 +01:00
Credit, Points and Pixel Scheduler now updates on :update_config
This commit is contained in:
parent
8173acd89f
commit
c7ac4af541
@ -190,4 +190,16 @@ public class GameEnvironment
|
|||||||
{
|
{
|
||||||
return this.pollManager;
|
return this.pollManager;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public CreditsScheduler getCreditsScheduler() {
|
||||||
|
return this.creditsScheduler;
|
||||||
|
}
|
||||||
|
|
||||||
|
public PixelScheduler getPixelScheduler() {
|
||||||
|
return this.pixelScheduler;
|
||||||
|
}
|
||||||
|
|
||||||
|
public PointsScheduler getPointsScheduler() {
|
||||||
|
return this.pointsScheduler;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user