Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
consumeconditiondata.c
Go to the documentation of this file.
2{
3 EntityAI m_Consumer;
4 ItemBase m_ConsumedItem;
5 //int m_ConsumptionType = -1;
6
7 void ConsumeConditionData(EntityAI consumer, ItemBase item)
8 {
9 m_Consumer = consumer;
10 m_ConsumedItem = item;
11 }
12}