Skip to content

Commit bfe9287

Browse files
author
yb-nuc
committed
missing service provider repair
1 parent 9a94484 commit bfe9287

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CatLib.Unity/Assets/Game/Scripts/Providers.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
using CatLib.Time;
1414
using CatLib.Config;
1515
using CatLib.Core;
16+
using CatLib.FileSystem;
1617
using CatLib.Routing;
1718
using CatLib.Timer;
1819

@@ -37,6 +38,7 @@ public static Type[] ServiceProviders
3738
typeof(TimerProvider),
3839
typeof(ConfigProvider),
3940
typeof(RoutingProvider),
41+
typeof(FileSystemProvider)
4042
};
4143
}
4244
}

0 commit comments

Comments
 (0)