VisualPinball / VisualPinball.Engine.Mpf

Mission Pinball Framework support for VPE
MIT License
0 stars 1 forks source link

Player' does not contain a definition for 'Queue #14

Open shntat123 opened 10 months ago

shntat123 commented 10 months ago

error CS1061: 'Player' does not contain a definition for 'Queue' and no accessible extension method 'Queue' accepting a first argument of type 'Player' could be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\org.visualpinball.engine.missionpinball@0.0.1-preview.16\Runtime\MpfGamelogicEngine.cs(182,13): Library\PackageCache\org.visualpinball.engine.missionpinball@0.0.1-preview.16\Runtime\MpfGamelogicEngine.cs(192,13): Library\PackageCache\org.visualpinball.engine.missionpinball@0.0.1-preview.16\Runtime\MpfGamelogicEngine.cs(207,13): Library\PackageCache\org.visualpinball.engine.missionpinball@0.0.1-preview.16\Runtime\MpfGamelogicEngine.cs(224,12): Library\PackageCache\org.visualpinball.engine.missionpinball@0.0.1-preview.16\Runtime\MpfGamelogicEngine.cs(240,12): Library\PackageCache\org.visualpinball.engine.missionpinball@0.0.1-preview.16\Runtime\MpfGamelogicEngine.cs(255,12):

arthurkehrwald commented 3 months ago

These errors were caused by this commit to the main VPE repository. It changed the API for scheduling table interactions like activating coils and this repository was not updated accordingly.