|
@@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
namespace Discord |
|
|
namespace Discord |
|
|
{ |
|
|
{ |
|
|
internal struct Reference<T> |
|
|
|
|
|
|
|
|
internal class Reference<T> |
|
|
where T : CachedObject<long> |
|
|
where T : CachedObject<long> |
|
|
{ |
|
|
{ |
|
|
private Action<T> _onCache, _onUncache; |
|
|
private Action<T> _onCache, _onUncache; |
|
|