Skip to content

Instantly share code, notes, and snippets.

@TryingToImprove
Created July 5, 2015 17:14
Show Gist options
  • Save TryingToImprove/5822e445fa078074f246 to your computer and use it in GitHub Desktop.
Save TryingToImprove/5822e445fa078074f246 to your computer and use it in GitHub Desktop.
import ITower from "td/engine/domain/infrastructure/ITower";
import Position from "td/engine/domain/entities/Position";
export default class Turrent {
constructor(tower : ITower, position : Position) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment