mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-08-18 18:54:57 +00:00
feat: init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "stdafx.h"
|
||||
|
||||
#include "DispenseItemBehavior.h"
|
||||
|
||||
DispenseItemBehavior *DispenseItemBehavior::NOOP = new NoOpDispenseItemBehavior();
|
||||
|
||||
shared_ptr<ItemInstance> NoOpDispenseItemBehavior::dispense(BlockSource *source, shared_ptr<ItemInstance> dispensed)
|
||||
{
|
||||
return dispensed;
|
||||
}
|
||||
Reference in New Issue
Block a user