Exemple #1
0
 public void AddPoint(Block block)
 {
     m_blocksSet.Add(block);
     m_blocks.Add(block);
     block.RegisterToArea(this);
 }