mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
The functional remains of drop source
This commit is contained in:
@@ -19,7 +19,7 @@ abstract class IUnknownImplBase<TInterface, TVTable> : RefCounter where TInterfa
|
||||
|
||||
private static TVTable vTable;
|
||||
|
||||
protected TInterface* InterfacePtr => (TInterface*)&impl;
|
||||
public TInterface* InterfacePtr => (TInterface*)&impl;
|
||||
|
||||
public this()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user