fireblade-ecs/Tests/FirebladeECSTests/EntityComponentTests.swift

17 lines
230 B
Swift

//
// EntityComponentTests.swift
// FirebladeECS
//
// Created by Christian Treffs on 13.10.17.
//
import XCTest
/*@testable */import FirebladeECS
class EntityComponentTests: XCTestCase {
func testComponentAccess() {
}
}