@@ -20,9 +20,15 @@ public static class ExclusionConfig
2020 "ScheduleOne.Tutorials" ,
2121 "ScheduleOne.Tools" , // Internal tools
2222 "ScheduleOne.DevUtilities" , // Internal dev utilities
23+ "ScheduleOne.Development" , // Development and experimental tooling
24+ "ScheduleOne.Reporting" , // Built-in diagnostics and report submission
25+ "ScheduleOne.Configuration" , // Internal configuration services
2326
2427 // FishNet networking internals
2528 "ScheduleOne.Networking" ,
29+
30+ // Platform integration and authentication internals
31+ "ScheduleOne.Platform" ,
2632
2733 // Audio system (internal implementation, likely not wrapped)
2834 "ScheduleOne.Audio" ,
@@ -38,6 +44,7 @@ public static class ExclusionConfig
3844 "ScheduleOne.Packaging" , // Visuals for packaging
3945 "ScheduleOne.PostProcessing" ,
4046 "ScheduleOne.Shaders" ,
47+ "ScheduleOne.Instancing" ,
4148
4249 // Physics / Math / Core Utils
4350 "ScheduleOne.GamePhysics" ,
@@ -49,6 +56,8 @@ public static class ExclusionConfig
4956 "ScheduleOne.Polling" , // Internal polling/feedback
5057 "ScheduleOne.Dragging" ,
5158 "ScheduleOne.Decoration" ,
59+ "ScheduleOne.Map.Infrastructure" ,
60+ "ScheduleOne.Core.Utilities" ,
5261
5362 // Avatar internals (Animation, Rendering, etc.) - API wraps high level Avatar only
5463 "ScheduleOne.AvatarFramework.Animation" ,
@@ -64,6 +73,12 @@ public static class ExclusionConfig
6473
6574 // UI - Entire UI namespace is internal implementation
6675 "ScheduleOne.UI" ,
76+ "ScheduleOne.Casino.UI" ,
77+ "ScheduleOne.CustomUI" ,
78+
79+ // Input implementation
80+ "ScheduleOne.Gamepad" ,
81+ "ScheduleOne.GamepadInput" ,
6782
6883 // Calling internals (CallManager is wrapped, but PayPhone etc are not)
6984 "ScheduleOne.Calling" ,
@@ -82,8 +97,7 @@ public static class ExclusionConfig
8297
8398 // Player Tasks (Mini-games internals)
8499 "ScheduleOne.PlayerTasks" ,
85- "ScheduleOne.Experimental" , // Prototype/tuning data, not stable modding surface
86- "Casino.UI" ,
100+ "ScheduleOne.TV" ,
87101 "ScheduleOne.Console" ,
88102 ] ;
89103
0 commit comments