This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
modtainers
/
Svelto.ECS
mirror of
https://github.com/sebas77/Svelto.ECS
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
49
Wiki
Activity
Browse Source
class must be public and not internal
tags/Rel1
sebas77
7 years ago
parent
e8ff87871a
commit
410589bfd7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Context/ContextNotifier.cs
+ 1
- 1
Context/ContextNotifier.cs
View File
@@ -5,7 +5,7 @@ using WeakReferenceD = Svelto.DataStructures.WeakReference<Svelto.Context.IWaitF
namespace Svelto.Context
{
class ContextNotifier : IContextNotifer
public
class ContextNotifier : IContextNotifer
{
public ContextNotifier()
{
Write
Preview
Loading…
Cancel
Save