Skip to content

Commit

Permalink
🔩 0.6.5 Update > Merge pull request #13 from CarterGames/0.6.x
Browse files Browse the repository at this point in the history
🚧 Data module docs + a few bits.
  • Loading branch information
JonathanMCarter authored May 19, 2024
2 parents 042f732 + 346a526 commit 0c48923
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
{
"id": "Data",
"revision": 1,
"revision": 2,
"author": "Carter Games"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static class CartVersionData
/// <summary>
/// The version number of the asset.
/// </summary>
public static string VersionNumber => "0.6.4";
public static string VersionNumber => "0.6.5";


/// <summary>
Expand All @@ -40,6 +40,6 @@ public static class CartVersionData
/// <remarks>
/// Asset owner is in the UK, so its D/M/Y format.
/// </remarks>
public static string ReleaseDate => "17/05/2024";
public static string ReleaseDate => "19/05/2024";
}
}
3 changes: 3 additions & 0 deletions Carter Games/The Cart/Code/Runtime/Core/Random/Rng.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ public static class Rng

private static IRngProvider providerCache;

/* ─────────────────────────────────────────────────────────────────────────────────────────────────────────────
| Properties
───────────────────────────────────────────────────────────────────────────────────────────────────────────── */

private static IRngProvider Provider
{
Expand Down
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

0 comments on commit 0c48923

Please sign in to comment.