Skip to content

Commit

Permalink
Merge pull request #14 from wolf-org/dev
Browse files Browse the repository at this point in the history
- remove
  • Loading branch information
VirtueSky authored Aug 28, 2024
2 parents 5bee806 + 8a20bc8 commit ee9ab5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Module/GameService/Runtime/AppleAuthentication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ namespace VirtueSky.GameService
[EditorIcon("icon_authentication")]
public class AppleAuthentication : ServiceAuthentication
{
[SerializeField] private bool dontDestroyOnLoad;

private static event Func<string> GetAuthorCodeEvent;
private static event Func<string> GetUserIdEvent;

Expand Down
2 changes: 0 additions & 2 deletions Module/GameService/Runtime/GooglePlayGamesAuthentication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ namespace VirtueSky.GameService
[EditorIcon("icon_authentication")]
public class GooglePlayGamesAuthentication : ServiceAuthentication
{
[SerializeField] private bool dontDestroyOnLoad;

private static event Action OnGetNewServerCodeEvent;

protected override void OnEnable()
Expand Down

0 comments on commit ee9ab5e

Please sign in to comment.