Dima Mironov vor 10 Jahren
Ursprung
Commit
b833476aa1
1 geänderte Dateien mit 11 neuen und 0 gelöschten Zeilen
  1. 11 0
      models/snake.js

+ 11 - 0
models/snake.js

@@ -6,3 +6,14 @@ var Snake = function(){
 	this.bonuses = [];
 	this.speed = 1;
 }
+
+Snake.prototype.add_physicist = function(physicist){
+	
+}
+
+Snake.prototype.add_bonus = function(bonus){
+	
+}
+
+Snake.prototype.remove_physicist = function(index){	
+}