explicit interface go brrrr
This commit is contained in:
@@ -106,7 +106,7 @@ namespace Content.Shared.GameObjects.Components.Sound
|
||||
/// </summary>
|
||||
public bool Play = true;
|
||||
|
||||
public void ExposeData(ObjectSerializer serializer)
|
||||
void IExposeData.ExposeData(ObjectSerializer serializer)
|
||||
{
|
||||
if (serializer.Writing)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user