Пример #1
0
	void Start () {
		StartCoroutine(InitializeProperties());
		m_time = 0;
		state = State_.InitPattern;
		m_pattern = new Pattern_();
	}
Пример #2
0
	void Start () {
		StartCoroutine(InitializeProperties());
		m_time = 0;
		state = State_.Ready;
		m_pattern = new Pattern_();
		
		chunkFlow = new ChunkFlow();
	}