Skip to content

Commit b471909

Browse files
authored
Update README.md
1 parent 9076b05 commit b471909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The framework provides a very light set of tools to create acyclical, decoupled
4545

4646
# Usage
4747
There are only three useful files in this repository:
48-
- [IModule](https://github.com/RenderHeads/UnityPlugin-ModulePattern/blob/master/Packages/RH.ModulePattern/Runtime/RuntimeIModule.cs)
48+
- [IModule](https://github.com/RenderHeads/UnityPlugin-ModulePattern/blob/master/Packages/RH.ModulePattern/Runtime/IModule.cs)
4949
- Interface for any module you want to create (A C# class that extends IModule), IModuleFactory requires modules inherit from this.
5050
- [IModuleFactory](https://github.com/RenderHeads/UnityPlugin-ModulePattern/blob/master/Packages/RH.ModulePattern/Runtime/IModuleFactory.cs)
5151
- Interface responsible for storing modules. This is used to get Modules in your game, whether it be in MonoBehaviours, Systems, etc.

0 commit comments

Comments
 (0)