committed by
GitHub
parent
8038ebe37d
commit
b0f212bad5
@@ -37,4 +37,16 @@ namespace Content.Shared.GameObjects
|
||||
Directed = true;
|
||||
}
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public class ClientAttackByInHandMsg : ComponentMessage
|
||||
{
|
||||
public string Index { get; }
|
||||
|
||||
public ClientAttackByInHandMsg(string index)
|
||||
{
|
||||
Directed = true;
|
||||
Index = index;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user