Skip to content

Commit d0dcc52

Browse files
committed
fix: Reduce Namespace Explicitness
1 parent 84fcfcf commit d0dcc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.playeveryware.eos/Runtime/Core/Config/PlatformConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ protected override void MigrateConfig()
541541
"migration was successful.");
542542
}
543543

544-
public virtual Epic.OnlineServices.IntegratedPlatform.IntegratedPlatformManagementFlags GetDefaultIntegratedPlatformManagementFlags()
544+
public virtual IntegratedPlatformManagementFlags GetDefaultIntegratedPlatformManagementFlags()
545545
{
546546
return IntegratedPlatformManagementFlags.Disabled;
547547
}

0 commit comments

Comments
 (0)