(ValveWriter writer)
| 34 | } |
| 35 | |
| 36 | @Override |
| 37 | public void writeVmf(ValveWriter writer) throws IOException { |
| 38 | writer.open("\"LightmappedGeneric\"") |
| 39 | .put(BASE_TEXTURE, this.baseTexture) |
| 40 | .put(SURFACE_PROP, this.surfaceProp) |
| 41 | .put(TRANSLUCENT, this.translucent) |
| 42 | .putInBrackets(COLOR, this.color) |
| 43 | .close(); |
| 44 | } |
| 45 | |
| 46 | } |
no test coverage detected