mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-26 16:30:52 +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;
|
||||
}
|
||||
|
||||
public CreditsScheduler getCreditsScheduler() {
|
||||
return this.creditsScheduler;
|
||||
}
|
||||
|
||||
public PixelScheduler getPixelScheduler() {
|
||||
return this.pixelScheduler;
|
||||
}
|
||||
|
||||
public PointsScheduler getPointsScheduler() {
|
||||
return this.pointsScheduler;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user