formatted code
This commit is contained in:
@@ -17,7 +17,8 @@ namespace ReallifeGamemode.Server.Entities
|
||||
[Key]
|
||||
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
public int Id { get; set; }
|
||||
public int Balance {
|
||||
public int Balance
|
||||
{
|
||||
get => _balance;
|
||||
set
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user