Using Super.
This commit is contained in:
committed by
Alexander Harkness
parent
f931590bf0
commit
9ee47e5999
@@ -12,11 +12,11 @@
|
||||
|
||||
// tolua_begin
|
||||
|
||||
class cBedEntity :
|
||||
class cBedEntity:
|
||||
public cBlockEntity
|
||||
{
|
||||
// tolua_end
|
||||
using super = cBlockEntity;
|
||||
using Super = cBlockEntity;
|
||||
|
||||
public: // tolua_export
|
||||
|
||||
|
||||
Reference in New Issue
Block a user