Skip to content

Commit

Permalink
del: useless class
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilz12 committed Dec 11, 2024
1 parent a9f5fb2 commit 2c8219e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 60 deletions.
2 changes: 0 additions & 2 deletions Server/Modules/MapGenerator/Models/Biome.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ namespace Fracture.Server.Modules.MapGenerator.Models;
public class Biome : BiomeCategory
{
public string? Name { get; set; }

[JsonConverter(typeof(ColorJsonConverter))]
public Color Color { get; set; }
public float MinTemperature { get; set; }
public float MaxTemperature { get; set; }
Expand Down
58 changes: 0 additions & 58 deletions Server/Modules/NoiseGenerator/Services/NoiseParametersReader.cs

This file was deleted.

0 comments on commit 2c8219e

Please sign in to comment.