mirror of
https://github.com/zhenyan121/SporeBG-Conid.git
synced 2026-04-10 14:24:10 +08:00
Add place piece function
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "Rule.h"
|
||||
|
||||
|
||||
bool Rule::canConnect(const PlayerID a, const PlayerID b) {
|
||||
if (a == b) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user