Example #1
0
 public void SetContext(ICollectorContext context)
 {
     m_Context = context;
 }
Example #2
0
 public void SetContext(ICollectorContext context)
 {
     m_Context  = context;
     m_FakeImpl = new FakeGameSensor();
     instance   = m_FakeImpl;
 }