|
@@ -9,7 +9,7 @@ namespace Godot
|
|
/// By default, methods are not exposed to networking (and RPCs).
|
|
/// By default, methods are not exposed to networking (and RPCs).
|
|
/// </summary>
|
|
/// </summary>
|
|
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
|
|
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
|
|
- public class RPCAttribute : Attribute
|
|
|
|
|
|
+ public sealed class RPCAttribute : Attribute
|
|
{
|
|
{
|
|
/// <summary>
|
|
/// <summary>
|
|
/// RPC mode for the annotated method.
|
|
/// RPC mode for the annotated method.
|