|
我復制一個腳本~確出現以下三個代碼請各位大大告訴我該怎麼解決~或這是什麼意思
原碼:public delegate void TimedOutDelegate();
Assets/Match3StarterKit/Scripts/Boarder.cs(4,22): error CS0101: The namespace `global::' already contains a definition for `TimedOutDelegate'
原碼public delegate void LevelClearedDelegate();
Assets/Match3StarterKit/Scripts/Boarder.cs(5,22): error CS0101: The namespace `global::' already contains a definition for `LevelClearedDelegate'
原碼public delegate void GamePausedDelegate();
Assets/Match3StarterKit/Scripts/Boarder.cs(6,22): error CS0101: The namespace `global::' already contains a definition for `GamePausedDelegate'
順便貼上原程事碼
Board.cs(57.03K)Board是原碼(42.04K) |
|