feat: farget for replication

This commit is contained in:
2022-07-31 19:06:56 +04:00
parent 944cb65733
commit 655cf3503d
7 changed files with 63 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
namespace Ragon.Common
{
public enum RagonTarget: byte
{
OWNER,
EXCEPT_OWNER,
ALL,
}
}