There was an error while loading. Please reload this page.
1 parent cb8db9e commit 0713423Copy full SHA for 0713423
Reactor.API/Attributes/MessageHandlerAttribute.cs
@@ -2,6 +2,8 @@
2
3
namespace Reactor.API.Attributes
4
{
5
+ [Obsolete("Use IManager.GetMod(string modId).Instance to communicate between the mods instead." +
6
+ "\nThis will be removed in Centrifuge 4.0.")]
7
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
8
public class MessageHandlerAttribute : Attribute
9
0 commit comments