Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
lotuuu committed Jun 11, 2024
1 parent eb1ddc2 commit ca3b7b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
13 changes: 5 additions & 8 deletions client/Assets/Scripts/Campaign/ItemReward.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using System.Collections;
using System.Collections.Generic;

public class ItemReward
{
public ItemTemplate itemTemplate;
public int level;
}
public class ItemReward
{
public ItemTemplate itemTemplate;
public int level;
}
13 changes: 5 additions & 8 deletions client/Assets/Scripts/Campaign/UnitReward.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using System.Collections;
using System.Collections.Generic;

public class UnitReward
{
public Character character;
public int rank;
}
public class UnitReward
{
public Character character;
public int rank;
}

0 comments on commit ca3b7b4

Please sign in to comment.