diff options
| author | Fabio Alessandrelli | 2018-05-26 10:30:36 +0200 |
|---|---|---|
| committer | Fabio Alessandrelli | 2018-05-29 20:26:41 +0200 |
| commit | 8e35d937a96399c7fc9dcc3b9cd7344a6a38cfd8 (patch) | |
| tree | 0668016861a01e0858cb96364e97a2fad2f7efb1 /modules/mono/glue/cs_files/RPCAttributes.cs | |
| parent | 4524153b6ece766e496d7b9c1a4f9216ea9e34cc (diff) | |
| download | godot-8e35d937a96399c7fc9dcc3b9cd7344a6a38cfd8.tar.gz godot-8e35d937a96399c7fc9dcc3b9cd7344a6a38cfd8.tar.zst godot-8e35d937a96399c7fc9dcc3b9cd7344a6a38cfd8.zip | |
Diffstat (limited to 'modules/mono/glue/cs_files/RPCAttributes.cs')
| -rw-r--r-- | modules/mono/glue/cs_files/RPCAttributes.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/mono/glue/cs_files/RPCAttributes.cs b/modules/mono/glue/cs_files/RPCAttributes.cs index 08841ffd7..6bf9560bf 100644 --- a/modules/mono/glue/cs_files/RPCAttributes.cs +++ b/modules/mono/glue/cs_files/RPCAttributes.cs @@ -13,4 +13,13 @@ namespace Godot [AttributeUsage(AttributeTargets.Method | AttributeTargets.Field)] public class SlaveAttribute : Attribute {} + + [AttributeUsage(AttributeTargets.Method | AttributeTargets.Field)] + public class RemoteSyncAttribute : Attribute {} + + [AttributeUsage(AttributeTargets.Method | AttributeTargets.Field)] + public class MasterSyncAttribute : Attribute {} + + [AttributeUsage(AttributeTargets.Method | AttributeTargets.Field)] + public class SlaveSyncAttribute : Attribute {} } |
