Skip to content

Commit

Permalink
Make WeightedRandomBag public
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Mar 9, 2024
1 parent 723a6c0 commit 0b97494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion A2SServer/WeightedRandom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System;
using System.Collections.Generic;

class WeightedRandomBag<T>
public class WeightedRandomBag<T>
{
private struct Entry
{
Expand Down

0 comments on commit 0b97494

Please sign in to comment.